home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue70 / Clinic / COMSolution2 / ComServer2.dpr < prev   
Encoding:
Text File  |  2001-04-05  |  210 b   |  17 lines

  1. library ComServer2;
  2.  
  3. uses
  4.   ComServ,
  5.   ComClass2Impl in 'ComClass2Impl.pas';
  6.  
  7. exports
  8.   DllGetClassObject,
  9.   DllCanUnloadNow,
  10.   DllRegisterServer,
  11.   DllUnregisterServer;
  12.  
  13. {$R *.RES}
  14.  
  15. begin
  16. end.
  17.